-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(NavigationManager): Remove break to return all defaultEntryIds #57357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(NavigationManager): Remove break to return all defaultEntryIds #57357
Conversation
Otherwise only the first entry id is returned, breaking loading the value for the "Global Default App" option Signed-off-by: Joda Stößer <[email protected]>
provokateurin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, my bad 🙈
|
/backport to stable32 |
|
/backport to stable31 |
|
@SimJoSt please fix the DCO ( |
|
@provokateurin I thought I set it up correctly. |
|
Oh yeah, it was probably that. I set it to manually pass. |
Summary
Remove break to return all defaultEntryIds in NavigationManager.
Otherwise, only the first entry id is returned, breaking loading the value for the "Global Default App" option
Before:


After:
Checklist
3. to review, feature component)stable32)